[INFO] cloning repository https://github.com/jakob-lilliemarck/fx-mq-building-blocks
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jakob-lilliemarck/fx-mq-building-blocks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakob-lilliemarck%2Ffx-mq-building-blocks", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakob-lilliemarck%2Ffx-mq-building-blocks'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dfb0717c43845b0092ee43fa73a12ddf0dbe0333
[INFO] testing jakob-lilliemarck/fx-mq-building-blocks against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakob-lilliemarck%2Ffx-mq-building-blocks" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jakob-lilliemarck/fx-mq-building-blocks
[INFO] finished tweaking git repo https://github.com/jakob-lilliemarck/fx-mq-building-blocks
[INFO] tweaked toml for git repo https://github.com/jakob-lilliemarck/fx-mq-building-blocks written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jakob-lilliemarck/fx-mq-building-blocks on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jakob-lilliemarck/fx-mq-building-blocks already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.3
[INFO] [stderr]   Downloaded windows-interface v0.59.2
[INFO] [stderr]   Downloaded windows-implement v0.60.1
[INFO] [stderr]   Downloaded windows-core v0.62.1
[INFO] [stderr]   Downloaded cc v1.2.40
[INFO] [stderr]   Downloaded rustls v0.23.32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b2d498f69aac1eb46c318ad1f5534dbb535f5b24739794db52bc1d5ae775b55
[INFO] running `Command { std: "docker" "start" "-a" "0b2d498f69aac1eb46c318ad1f5534dbb535f5b24739794db52bc1d5ae775b55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b2d498f69aac1eb46c318ad1f5534dbb535f5b24739794db52bc1d5ae775b55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b2d498f69aac1eb46c318ad1f5534dbb535f5b24739794db52bc1d5ae775b55", kill_on_drop: false }`
[INFO] [stdout] 0b2d498f69aac1eb46c318ad1f5534dbb535f5b24739794db52bc1d5ae775b55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dc128ac5d26c3ef47fe05afc47ffbf8ce26cf73f7f9a2fbcbcb8b9eb6d88b8f2
[INFO] running `Command { std: "docker" "start" "-a" "dc128ac5d26c3ef47fe05afc47ffbf8ce26cf73f7f9a2fbcbcb8b9eb6d88b8f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling find-msvc-tools v0.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rustls v0.23.32
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling cc v1.2.40
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling const-fnv1a-hash v1.1.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rustls-webpki v0.103.7
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling fx-mq-building-blocks v0.1.11 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] running `Command { std: "docker" "inspect" "dc128ac5d26c3ef47fe05afc47ffbf8ce26cf73f7f9a2fbcbcb8b9eb6d88b8f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc128ac5d26c3ef47fe05afc47ffbf8ce26cf73f7f9a2fbcbcb8b9eb6d88b8f2", kill_on_drop: false }`
[INFO] [stdout] dc128ac5d26c3ef47fe05afc47ffbf8ce26cf73f7f9a2fbcbcb8b9eb6d88b8f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e2cd8b210f660fcd6ec6ae4c56c2218330f1137a28adc9e2dd3f3267629a39cc
[INFO] running `Command { std: "docker" "start" "-a" "e2cd8b210f660fcd6ec6ae4c56c2218330f1137a28adc9e2dd3f3267629a39cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling fx-mq-building-blocks v0.1.11 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.85s
[INFO] running `Command { std: "docker" "inspect" "e2cd8b210f660fcd6ec6ae4c56c2218330f1137a28adc9e2dd3f3267629a39cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2cd8b210f660fcd6ec6ae4c56c2218330f1137a28adc9e2dd3f3267629a39cc", kill_on_drop: false }`
[INFO] [stdout] e2cd8b210f660fcd6ec6ae4c56c2218330f1137a28adc9e2dd3f3267629a39cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8be275a6f36536150d5af506a9f89c5d2fd07c7290d4cf16c9ed27e8fde0fdca
[INFO] running `Command { std: "docker" "start" "-a" "8be275a6f36536150d5af506a9f89c5d2fd07c7290d4cf16c9ed27e8fde0fdca", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fx_mq_building_blocks-0127165cd900b93a)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test backoff::exponential::tests::it_computes_exponential_backoff_with_base_2 ... ok
[INFO] [stdout] test listener::poll_control::tests::test_poll_duration_override ... ok
[INFO] [stdout] test backoff::linear::tests::it_computes_constant_backoff ... ok
[INFO] [stdout] test backoff::constant::tests::it_computes_constant_backoff ... ok
[INFO] [stdout] test backoff::exponential::tests::it_handles_zero_attempts ... ok
[INFO] [stdout] test migrator::tests::it_escapes_wierd_identifier_names ... ok
[INFO] [stdout] test queries::get_next_retryable::tests::it_selects_the_latest_failed_attempt_of_the_message ... ignored, TODO: implement test for latest failed attempt selection
[INFO] [stdout] test migrator::tests::it_rejects_invalid_first_chars ... ok
[INFO] [stdout] test migrator::tests::it_errors_on_invalid_empty_identifier ... ok
[INFO] [stdout] test migrator::tests::it_rejects_too_large_identifier_names ... ok
[INFO] [stdout] test listener::poll_control::tests::test_backoff ... ok
[INFO] [stdout] test queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry ... FAILED
[INFO] [stdout] test queries::get_next_missing::tests::it_gets_the_next_missing_message ... FAILED
[INFO] [stdout] test queries::get_next_retryable::tests::it_skips_locked_messages ... FAILED
[INFO] [stdout] test queries::get_next_retryable::tests::it_gets_a_retryable_message ... FAILED
[INFO] [stdout] test queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host ... FAILED
[INFO] [stdout] test queries::publish_message::tests::it_publishes_a_message ... FAILED
[INFO] [stdout] test queries::report_dead::tests::it_deletes_leases_and_failed_attempts ... FAILED
[INFO] [stdout] test queries::get_next_unattempted::tests::it_returns_none_when_none_are_available ... FAILED
[INFO] [stdout] test queries::report_dead::tests::it_errors_if_the_message_was_not_attempted ... FAILED
[INFO] [stdout] test queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once ... FAILED
[INFO] [stdout] test queries::get_next_retryable::tests::it_skips_messages_with_active_leases ... FAILED
[INFO] [stdout] test queries::report_retryable::tests::it_deletes_leases_and_failed_attempts ... FAILED
[INFO] [stdout] test queries::get_next_unattempted::tests::it_gets_available_unattempted_messages ... FAILED
[INFO] [stdout] test queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted ... FAILED
[INFO] [stdout] test queries::report_success::tests::it_deletes_failed_attempts ... FAILED
[INFO] [stdout] test queries::report_success::tests::it_deletes_associated_leases ... FAILED
[INFO] [stdout] test queries::get_next_unattempted::tests::it_skips_locked_messages ... FAILED
[INFO] [stdout] test queries::report_success::tests::it_errors_if_the_message_was_not_attempted ... FAILED
[INFO] [stdout] test queries::request_lease::tests::it_acquires_a_lease_when_none_is_held ... FAILED
[INFO] [stdout] test queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host ... FAILED
[INFO] [stdout] test queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host ... FAILED
[INFO] [stdout] test queries::search_scheduled::tests::it_counts_in_progress_messages ... FAILED
[INFO] [stdout] test queries::search_scheduled::tests::it_counts_pending_messages ... FAILED
[INFO] [stdout] test queries::search_scheduled::tests::it_counts_retrying_messages ... FAILED
[INFO] [stdout] test queries::search_scheduled::tests::it_excludes_dead_messages ... FAILED
[INFO] [stdout] test queries::search_scheduled::tests::it_excludes_succeeded_messages ... FAILED
[INFO] [stdout] test queries::search_scheduled::tests::it_matches_on_partial_payload ... FAILED
[INFO] [stdout] test queries::search_scheduled::tests::it_returns_zero_for_name_mismatch ... FAILED
[INFO] [stdout] test queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch ... FAILED
[INFO] [stdout] test queries::search_scheduled::tests::it_returns_zero_when_empty ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry' (29) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309ee503 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaaf0d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab78d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d30977a1d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30972fec - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30972fec - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30972fec - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fedca - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3095363d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094157b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a403ea - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a7da - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d30980116 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978e7c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a936e1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d30921359 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092c266 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30933559 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0b333 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f7013 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2e090 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a36be3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab44b7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309daa5e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9bd6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0280a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::it_returns_none_when_there_is_nothing_to_retry::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a71297 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_retryable.rs:197:5
[INFO] [stdout]   51:     0x565d30a66ec7 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_retryable.rs:200:10
[INFO] [stdout]   52:     0x565d309b2b66 - <fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::get_next_missing::tests::it_gets_the_next_missing_message stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::get_next_missing::tests::it_gets_the_next_missing_message' (27) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e3c43 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaab4d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab3cd - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097765d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d309714bc - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d309714bc - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d309714bc - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fb76a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d309494fd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309412ab - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3f21a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a23a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097ed66 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d309787ec - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93231 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091d2a9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092bae6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092fef9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a09da3 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f65c3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2cdd0 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a342a3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab2c57 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da2de - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9726 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0253a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::it_gets_the_next_missing_message::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a85357 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_missing.rs:74:5
[INFO] [stdout]   51:     0x565d30a7d607 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_missing.rs:75:70
[INFO] [stdout]   52:     0x565d309b27a6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_missing::tests::it_gets_the_next_missing_message::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::get_next_retryable::tests::it_skips_locked_messages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::get_next_retryable::tests::it_skips_locked_messages' (30) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309ec343 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaae4d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab6cd - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097795d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30972a7c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30972a7c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30972a7c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fe2ea - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d309515fd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309414eb - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a4005a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a6ba - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097fd26 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978d2c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a935f1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d30920669 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092c0e6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30932a79 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0aee3 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6e03 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2dcd0 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a363a3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab3fd7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da8de - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9ae6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0277a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a70fc7 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_retryable.rs:153:5
[INFO] [stdout]   51:     0x565d30a66e37 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_retryable.rs:154:62
[INFO] [stdout]   52:     0x565d309b2aa6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_locked_messages::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::get_next_retryable::tests::it_gets_a_retryable_message stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::get_next_retryable::tests::it_gets_a_retryable_message' (28) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309ece83 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaae8d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab70d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097799d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30972c4c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30972c4c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30972c4c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fe68a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d309520bd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094151b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a4018a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a71a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097fe76 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978d9c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93641 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d30920ab9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092c166 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30932e19 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0b053 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6eb3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2de10 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a36663 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab4177 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da95e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9b36 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a027aa - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::it_gets_a_retryable_message::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a710b7 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_retryable.rs:80:5
[INFO] [stdout]   51:     0x565d30a66e67 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_retryable.rs:81:65
[INFO] [stdout]   52:     0x565d309b2ae6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_gets_a_retryable_message::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host' (46) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e0403 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaaa0d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab28d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097751d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30970bac - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30970bac - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30970bac - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fa54a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d30945f3d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309411bb - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3ec2a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a05a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097e6d6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d309785bc - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a930a1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091bd19 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092b866 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092ecd9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a09673 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6253 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2c790 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a334e3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab2437 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da05e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9596 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0244a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a2b4f7 - fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/request_lease.rs:94:5
[INFO] [stdout]   51:     0x565d30a27787 - fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/request_lease.rs:97:10
[INFO] [stdout]   52:     0x565d309b2666 - <fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::publish_message::tests::it_publishes_a_message stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::publish_message::tests::it_publishes_a_message' (36) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e3103 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaab0d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab38d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097761d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d309712ec - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d309712ec - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d309712ec - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fb3ca - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d30948a3d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094127b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3f0ea - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a1da - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097ec16 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d3097877c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a931e1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091ce59 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092ba66 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092fb59 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a09c33 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6513 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2cc90 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a33fe3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab2ab7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da25e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d96d6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0250a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::it_publishes_a_message::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a61e77 - fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/publish_message.rs:42:5
[INFO] [stdout]   51:     0x565d30a51a77 - fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/publish_message.rs:43:60
[INFO] [stdout]   52:     0x565d309b2766 - <fx_mq_building_blocks[e38b14218cbf252]::queries::publish_message::tests::it_publishes_a_message::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::report_dead::tests::it_deletes_leases_and_failed_attempts stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::report_dead::tests::it_deletes_leases_and_failed_attempts' (37) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309dcbc3 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaa8cd - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab14d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d309773dd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097029c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097029c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097029c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308f932a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094297d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309410cb - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3e63a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a99e7a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097e046 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d3097838c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a92f11 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091a789 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092b5e6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092dab9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a08f43 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f5ee3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2c150 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a32723 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab1c17 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309d9dde - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9406 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0235a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a85177 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_dead.rs:50:5
[INFO] [stdout]   51:     0x565d30a7d5a7 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_dead.rs:51:75
[INFO] [stdout]   52:     0x565d309b2526 - <fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_deletes_leases_and_failed_attempts::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::get_next_unattempted::tests::it_returns_none_when_none_are_available stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::get_next_unattempted::tests::it_returns_none_when_none_are_available' (34) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309f1d43 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aab04d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab8cd - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d30977b5d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d309738fc - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d309738fc - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d309738fc - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fffea - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d30956bfd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094166b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a409da - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a9ba - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d309807a6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d309790ac - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93871 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d309228e9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092c4e6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30934779 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0ba63 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f7383 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2e6d0 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a379a3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab4cd7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309dacde - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9d66 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a028fa - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::it_returns_none_when_none_are_available::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62ca7 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_unattempted.rs:117:5
[INFO] [stdout]   51:     0x565d30a550b7 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_unattempted.rs:118:77
[INFO] [stdout]   52:     0x565d309b2ca6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_returns_none_when_none_are_available::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::report_dead::tests::it_errors_if_the_message_was_not_attempted stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::report_dead::tests::it_errors_if_the_message_was_not_attempted' (38) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309dd703 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaa90d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab18d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097741d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097046c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097046c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097046c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308f96ca - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094343d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309410fb - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3e76a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a99eda - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097e196 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d309783fc - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a92f61 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091abd9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092b666 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092de59 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a090b3 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f5f93 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2c290 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a329e3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab1db7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309d9e5e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9456 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0238a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a85267 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_dead.rs:68:5
[INFO] [stdout]   51:     0x565d30a7d5d7 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_dead.rs:69:80
[INFO] [stdout]   52:     0x565d309b2566 - <fx_mq_building_blocks[e38b14218cbf252]::queries::report_dead::tests::it_errors_if_the_message_was_not_attempted::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once' (32) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309f06c3 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaafcd - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab84d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d30977add - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097355c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097355c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097355c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308ff8aa - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3095567d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094160b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a4077a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a8fa - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d30980506 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978fcc - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a937d1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d30922049 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092c3e6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30934039 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0b783 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f7223 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2e450 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a37423 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab4997 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309dabde - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9cc6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0289a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::it_gets_an_unattempted_message_once::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62ac7 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_unattempted.rs:130:5
[INFO] [stdout]   51:     0x565d30a55057 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_unattempted.rs:131:73
[INFO] [stdout]   52:     0x565d309b2c26 - <fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::get_next_retryable::tests::it_skips_messages_with_active_leases stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::get_next_retryable::tests::it_skips_messages_with_active_leases' (31) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309ed9c3 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaaecd - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab74d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d309779dd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30972e1c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30972e1c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30972e1c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fea2a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d30952b7d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094154b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a402ba - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a77a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097ffc6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978e0c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93691 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d30920f09 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092c1e6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d309331b9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0b1c3 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6f63 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2df50 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a36923 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab4317 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da9de - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9b86 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a027da - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::it_skips_messages_with_active_leases::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a711a7 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_retryable.rs:116:5
[INFO] [stdout]   51:     0x565d30a66e97 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_retryable.rs:117:74
[INFO] [stdout]   52:     0x565d309b2b26 - <fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_retryable::tests::it_skips_messages_with_active_leases::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::report_retryable::tests::it_deletes_leases_and_failed_attempts stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::report_retryable::tests::it_deletes_leases_and_failed_attempts' (39) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e4783 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaab8d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab40d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097769d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097168c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097168c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097168c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fbb0a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d30949fbd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309412db - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3f34a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a29a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097eeb6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d3097885c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93281 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091d6f9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092bb66 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30930299 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a09f13 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6673 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2cf10 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a34563 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab2df7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da35e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9776 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0256a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::it_deletes_leases_and_failed_attempts::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a61f67 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_retryable.rs:65:5
[INFO] [stdout]   51:     0x565d30a51aa7 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_retryable.rs:66:75
[INFO] [stdout]   52:     0x565d309b27e6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_deletes_leases_and_failed_attempts::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::get_next_unattempted::tests::it_gets_available_unattempted_messages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::get_next_unattempted::tests::it_gets_available_unattempted_messages' (33) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309f1203 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aab00d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab88d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d30977b1d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097372c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097372c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097372c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308ffc4a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3095613d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094163b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a408aa - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a95a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d30980656 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d3097903c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93821 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d30922499 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092c466 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d309343d9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0b8f3 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f72d3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2e590 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a376e3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab4b37 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309dac5e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9d16 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a028ca - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::it_gets_available_unattempted_messages::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62bb7 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_unattempted.rs:88:5
[INFO] [stdout]   51:     0x565d30a55087 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_unattempted.rs:89:76
[INFO] [stdout]   52:     0x565d309b2c66 - <fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_gets_available_unattempted_messages::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted' (40) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e52c3 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaabcd - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab44d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d309776dd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097185c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097185c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097185c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fbeaa - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094aa7d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094130b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3f47a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a2fa - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097f006 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d309788cc - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a932d1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091db49 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092bbe6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30930639 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0a083 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6723 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2d050 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a34823 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab2f97 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da3de - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d97c6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0259a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62057 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_retryable.rs:93:5
[INFO] [stdout]   51:     0x565d30a51ad7 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_retryable.rs:94:80
[INFO] [stdout]   52:     0x565d309b2826 - <fx_mq_building_blocks[e38b14218cbf252]::queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::report_success::tests::it_deletes_failed_attempts stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::report_success::tests::it_deletes_failed_attempts' (42) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e0f43 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaaa4d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab2cd - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097755d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30970d7c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30970d7c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30970d7c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fa8ea - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d309469fd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309411eb - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3ed5a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a0ba - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097e826 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d3097862c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a930f1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091c169 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092b8e6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092f079 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a097e3 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6303 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2c8d0 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a337a3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab25d7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da0de - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d95e6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0247a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::it_deletes_failed_attempts::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a70cf7 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_success.rs:78:5
[INFO] [stdout]   51:     0x565d30a66da7 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_success.rs:79:64
[INFO] [stdout]   52:     0x565d309b26a6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_failed_attempts::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::report_success::tests::it_deletes_associated_leases stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::report_success::tests::it_deletes_associated_leases' (41) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e1a83 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaaa8d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab30d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097759d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30970f4c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30970f4c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30970f4c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fac8a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d309474bd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094121b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3ee8a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a11a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097e976 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d3097869c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93141 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091c5b9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092b966 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092f419 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a09953 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f63b3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2ca10 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a33a63 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab2777 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da15e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9636 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a024aa - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::it_deletes_associated_leases::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a70de7 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_success.rs:42:5
[INFO] [stdout]   51:     0x565d30a66dd7 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_success.rs:43:66
[INFO] [stdout]   52:     0x565d309b26e6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_deletes_associated_leases::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::get_next_unattempted::tests::it_skips_locked_messages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::get_next_unattempted::tests::it_skips_locked_messages' (35) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309efb83 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaaf8d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab80d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d30977a9d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097338c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097338c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097338c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308ff50a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d30954bbd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309415db - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a4064a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a89a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d309803b6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978f5c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93781 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d30921bf9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092c366 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30933c99 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0b613 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f7173 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2e310 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a37163 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab47f7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309dab5e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9c76 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0286a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::it_skips_locked_messages::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a629d7 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_unattempted.rs:150:5
[INFO] [stdout]   51:     0x565d30a55027 - fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/get_next_unattempted.rs:151:62
[INFO] [stdout]   52:     0x565d309b2be6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::get_next_unattempted::tests::it_skips_locked_messages::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::report_success::tests::it_errors_if_the_message_was_not_attempted stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::report_success::tests::it_errors_if_the_message_was_not_attempted' (43) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e25c3 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaaacd - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab34d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d309775dd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097111c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097111c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097111c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fb02a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d30947f7d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094124b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3efba - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a17a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097eac6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d3097870c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93191 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091ca09 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092b9e6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092f7b9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a09ac3 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6463 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2cb50 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a33d23 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab2917 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da1de - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9686 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a024da - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::it_errors_if_the_message_was_not_attempted::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a70ed7 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_success.rs:64:5
[INFO] [stdout]   51:     0x565d30a66e07 - fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/report_success.rs:65:80
[INFO] [stdout]   52:     0x565d309b2726 - <fx_mq_building_blocks[e38b14218cbf252]::queries::report_success::tests::it_errors_if_the_message_was_not_attempted::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::request_lease::tests::it_acquires_a_lease_when_none_is_held stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::request_lease::tests::it_acquires_a_lease_when_none_is_held' (44) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309de243 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaa94d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab1cd - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097745d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097063c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097063c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097063c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308f9a6a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d30943efd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094112b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3e89a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a99f3a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097e2e6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d3097846c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a92fb1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091b029 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092b6e6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092e1f9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a09223 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6043 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2c3d0 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a32ca3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab1f57 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309d9ede - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d94a6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a023ba - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::it_acquires_a_lease_when_none_is_held::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a2b227 - fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/request_lease.rs:52:5
[INFO] [stdout]   51:     0x565d30a276f7 - fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/request_lease.rs:53:75
[INFO] [stdout]   52:     0x565d309b25a6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_none_is_held::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host' (45) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309ded83 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaa98d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab20d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097749d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097080c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097080c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097080c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308f9e0a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d309449bd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094115b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3e9ca - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a99f9a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097e436 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d309784dc - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93001 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091b479 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092b766 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092e599 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a09393 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f60f3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2c510 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a32f63 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab20f7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309d9f5e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d94f6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a023ea - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a2b317 - fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/request_lease.rs:67:5
[INFO] [stdout]   51:     0x565d30a27727 - fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/request_lease.rs:70:10
[INFO] [stdout]   52:     0x565d309b25e6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host' (47) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309df8c3 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaa9cd - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab24d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d309774dd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d309709dc - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d309709dc - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d309709dc - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fa1aa - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094547d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094118b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3eafa - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a99ffa - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097e586 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d3097854c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93051 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091b8c9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092b7e6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d3092e939 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a09503 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f61a3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2c650 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a33223 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab2297 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309d9fde - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9546 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0241a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a2b407 - fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/request_lease.rs:122:5
[INFO] [stdout]   51:     0x565d30a27757 - fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/request_lease.rs:125:10
[INFO] [stdout]   52:     0x565d309b2626 - <fx_mq_building_blocks[e38b14218cbf252]::queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::search_scheduled::tests::it_counts_in_progress_messages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::search_scheduled::tests::it_counts_in_progress_messages' (48) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e9643 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaad4d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab5cd - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097785d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097233c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097233c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097233c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fd46a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094eafd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094142b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3fb9a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a53a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097f7e6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978b6c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a934b1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091f529 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092bee6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30931bf9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0a923 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6b43 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2d7d0 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a358a3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab3957 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da6de - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d99a6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a026ba - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::it_counts_in_progress_messages::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62617 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:116:5
[INFO] [stdout]   51:     0x565d30a51bf7 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:117:68
[INFO] [stdout]   52:     0x565d309b29a6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_in_progress_messages::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::search_scheduled::tests::it_counts_pending_messages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::search_scheduled::tests::it_counts_pending_messages' (49) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e6943 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaac4d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab4cd - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097775d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30971bfc - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30971bfc - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30971bfc - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fc5ea - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094bffd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094136b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3f6da - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a3ba - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097f2a6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d309789ac - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93371 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091e3e9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092bce6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30930d79 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0a363 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6883 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2d2d0 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a34da3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab32d7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da4de - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9866 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a025fa - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::it_counts_pending_messages::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62257 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:105:5
[INFO] [stdout]   51:     0x565d30a51b37 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:106:64
[INFO] [stdout]   52:     0x565d309b28a6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_pending_messages::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::search_scheduled::tests::it_counts_retrying_messages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::search_scheduled::tests::it_counts_retrying_messages' (50) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e7fc3 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaaccd - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab54d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d309777dd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30971f9c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30971f9c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30971f9c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fcd2a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094d57d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309413cb - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3f93a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a47a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097f546 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978a8c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93411 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091ec89 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092bde6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d309314b9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0a643 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f69e3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2d550 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a35323 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab3617 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da5de - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9906 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0265a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::it_counts_retrying_messages::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62437 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:134:5
[INFO] [stdout]   51:     0x565d30a51b97 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:135:65
[INFO] [stdout]   52:     0x565d309b2926 - <fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_counts_retrying_messages::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::search_scheduled::tests::it_excludes_dead_messages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::search_scheduled::tests::it_excludes_dead_messages' (51) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e5e03 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaac0d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab48d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097771d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30971a2c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30971a2c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30971a2c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fc24a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094b53d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094133b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3f5aa - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a35a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097f156 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d3097893c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93321 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091df99 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092bc66 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d309309d9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0a1f3 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f67d3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2d190 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a34ae3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab3137 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da45e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9816 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a025ca - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::it_excludes_dead_messages::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62167 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:165:5
[INFO] [stdout]   51:     0x565d30a51b07 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:166:63
[INFO] [stdout]   52:     0x565d309b2866 - <fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_dead_messages::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::search_scheduled::tests::it_excludes_succeeded_messages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::search_scheduled::tests::it_excludes_succeeded_messages' (52) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309ea183 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaad8d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab60d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097789d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097250c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097250c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097250c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fd80a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094f5bd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094145b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3fcca - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a59a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097f936 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978bdc - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93501 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091f979 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092bf66 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30931f99 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0aa93 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6bf3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2d910 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a35b63 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab3af7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da75e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d99f6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a026ea - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::it_excludes_succeeded_messages::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62707 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:154:5
[INFO] [stdout]   51:     0x565d30a51c27 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:155:68
[INFO] [stdout]   52:     0x565d309b29e6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_excludes_succeeded_messages::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::search_scheduled::tests::it_matches_on_partial_payload stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::search_scheduled::tests::it_matches_on_partial_payload' (53) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e8b03 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaad0d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab58d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097781d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d3097216c - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d3097216c - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d3097216c - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fd0ca - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094e03d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309413fb - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3fa6a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a4da - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097f696 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978afc - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93461 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091f0d9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092be66 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30931859 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0a7b3 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6a93 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2d690 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a355e3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab37b7 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da65e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9956 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0268a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::it_matches_on_partial_payload::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62527 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:198:5
[INFO] [stdout]   51:     0x565d30a51bc7 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:199:67
[INFO] [stdout]   52:     0x565d309b2966 - <fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_matches_on_partial_payload::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::search_scheduled::tests::it_returns_zero_for_name_mismatch stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::search_scheduled::tests::it_returns_zero_for_name_mismatch' (54) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309eacc3 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaadcd - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab64d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d309778dd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d309726dc - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d309726dc - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d309726dc - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fdbaa - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3095007d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094148b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3fdfa - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a5fa - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097fa86 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978c4c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a93551 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091fdc9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092bfe6 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30932339 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0ac03 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6ca3 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2da50 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a35e23 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab3c97 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da7de - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9a46 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0271a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::it_returns_zero_for_name_mismatch::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a627f7 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:176:5
[INFO] [stdout]   51:     0x565d30a51c57 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:177:71
[INFO] [stdout]   52:     0x565d309b2a26 - <fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_name_mismatch::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch' (55) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309eb803 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaae0d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab68d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097791d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d309728ac - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d309728ac - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d309728ac - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fdf4a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d30950b3d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d309414bb - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3ff2a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a65a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097fbd6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978cbc - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a935a1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d30920219 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092c066 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d309326d9 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0ad73 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   43:     0x565d308f6d53 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2db90 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a360e3 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab3e37 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da85e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d9a96 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0274a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::it_returns_zero_for_payload_mismatch::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a628e7 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:187:5
[INFO] [stdout]   51:     0x565d30a51c87 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:188:74
[INFO] [stdout]   52:     0x565d309b2a66 - <fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- queries::search_scheduled::tests::it_returns_zero_when_empty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'queries::search_scheduled::tests::it_returns_zero_when_empty' (56) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565d31101bfa - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565d31101bfa - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x565d31101bfa - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x565d311191da - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x565d311191da - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x565d31106e72 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565d31106e72 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x565d310df4bf - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x565d310df4bf - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x565d310f9709 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x565d30ace69c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x565d30ace69c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x565d310f9982 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x565d310f9982 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x565d310df578 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x565d310d65a9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x565d310e05dd - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x565d311199cc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x565d31119712 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x565d30b9aeb4 - <core[786f478f706679df]::result::Result<alloc[64763625b5a07cdb]::string::String, dotenvy[18e61555bc3ab587]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x565d30c3b082 - sqlx_postgres[f27ddc73e260ae28]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x565d30c428de - <sqlx_postgres[f27ddc73e260ae28]::database::Postgres as sqlx_core[8873321a23161ff0]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x565d30aaa84f - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::future::future::Future<Output = core[786f478f706679df]::result::Result<sqlx_core[8873321a23161ff0]::testing::TestContext<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>, sqlx_core[8873321a23161ff0]::error::Error>> + core[786f478f706679df]::marker::Send>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x565d309e7483 - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x565d30aaac8d - <core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x565d30aab50d - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x565d3097779d - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x565d30971dcc - tokio[ced739e508717fc8]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x565d30971dcc - tokio[ced739e508717fc8]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x565d30971dcc - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x565d308fc98a - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>, <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x565d3094cabd - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x565d3094139b - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x565d30a3f80a - <tokio[ced739e508717fc8]::runtime::context::scoped::Scoped<tokio[ced739e508717fc8]::runtime::scheduler::Context>>::set::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x565d30a9a41a - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x565d3097f3f6 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::try_with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x565d30978a1c - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[ced739e508717fc8]::runtime::context::Context>>::with::<tokio[ced739e508717fc8]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x565d30a933c1 - tokio[ced739e508717fc8]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>), <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x565d3091e839 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[786f478f706679df]::option::Option<core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x565d3092bd66 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x565d30931119 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x565d30a0a4d3 - tokio[ced739e508717fc8]::runtime::context::runtime::enter_runtime::<<tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[786f478f706679df]::result::Result<(), anyhow[b0e5fb41720e41af]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x565d308f6933 - <tokio[ced739e508717fc8]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x565d30a2d410 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<alloc[64763625b5a07cdb]::boxed::Box<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x565d30a35063 - <tokio[ced739e508717fc8]::runtime::runtime::Runtime>::block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x565d30ab3477 - sqlx_core[8873321a23161ff0]::rt::test_block_on::<sqlx_core[8873321a23161ff0]::testing::run_test<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x565d309da55e - sqlx_core[8873321a23161ff0]::testing::run_test::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}, sqlx_core[8873321a23161ff0]::testing::run_test_with_pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x565d309d98b6 - sqlx_core[8873321a23161ff0]::testing::run_test_with_pool::<sqlx_postgres[f27ddc73e260ae28]::database::Postgres, fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}, fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x565d30a0262a - <fn(sqlx_core[8873321a23161ff0]::pool::Pool<sqlx_postgres[f27ddc73e260ae28]::database::Postgres>) -> fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::it_returns_zero_when_empty::{closure#0} as sqlx_core[8873321a23161ff0]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x565d30a62347 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:95:5
[INFO] [stdout]   51:     0x565d30a51b67 - fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queries/search_scheduled.rs:96:64
[INFO] [stdout]   52:     0x565d309b28e6 - <fx_mq_building_blocks[e38b14218cbf252]::queries::search_scheduled::tests::it_returns_zero_when_empty::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x565d30ac277b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x565d30ac277b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x565d30acf16b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x565d30acf16b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x565d30acf16b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x565d30acf16b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x565d30aca884 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x565d30aca884 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x565d30ad1d72 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x565d30ad1d72 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x565d30ad1d72 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x565d30ad1d72 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x565d30ad1d72 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x565d311011cf - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   72:     0x565d311011cf - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x795fa75abaa4 - <unknown>
[INFO] [stdout]   74:     0x795fa7638a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     queries::get_next_missing::tests::it_gets_the_next_missing_message
[INFO] [stdout]     queries::get_next_retryable::tests::it_gets_a_retryable_message
[INFO] [stdout]     queries::get_next_retryable::tests::it_returns_none_when_there_is_nothing_to_retry
[INFO] [stdout]     queries::get_next_retryable::tests::it_skips_locked_messages
[INFO] [stdout]     queries::get_next_retryable::tests::it_skips_messages_with_active_leases
[INFO] [stdout]     queries::get_next_unattempted::tests::it_gets_an_unattempted_message_once
[INFO] [stdout]     queries::get_next_unattempted::tests::it_gets_available_unattempted_messages
[INFO] [stdout]     queries::get_next_unattempted::tests::it_returns_none_when_none_are_available
[INFO] [stdout]     queries::get_next_unattempted::tests::it_skips_locked_messages
[INFO] [stdout]     queries::publish_message::tests::it_publishes_a_message
[INFO] [stdout]     queries::report_dead::tests::it_deletes_leases_and_failed_attempts
[INFO] [stdout]     queries::report_dead::tests::it_errors_if_the_message_was_not_attempted
[INFO] [stdout]     queries::report_retryable::tests::it_deletes_leases_and_failed_attempts
[INFO] [stdout]     queries::report_retryable::tests::it_errors_if_the_message_was_not_attempted
[INFO] [stdout]     queries::report_success::tests::it_deletes_associated_leases
[INFO] [stdout]     queries::report_success::tests::it_deletes_failed_attempts
[INFO] [stdout]     queries::report_success::tests::it_errors_if_the_message_was_not_attempted
[INFO] [stdout]     queries::request_lease::tests::it_acquires_a_lease_when_none_is_held
[INFO] [stdout]     queries::request_lease::tests::it_acquires_a_lease_when_one_id_held_by_the_requesting_host
[INFO] [stdout]     queries::request_lease::tests::it_acquires_a_lease_when_there_is_an_expired_lease_from_another_host
[INFO] [stdout]     queries::request_lease::tests::it_does_not_acquire_a_lease_when_one_is_held_by_another_host
[INFO] [stdout]     queries::search_scheduled::tests::it_counts_in_progress_messages
[INFO] [stdout]     queries::search_scheduled::tests::it_counts_pending_messages
[INFO] [stdout]     queries::search_scheduled::tests::it_counts_retrying_messages
[INFO] [stdout]     queries::search_scheduled::tests::it_excludes_dead_messages
[INFO] [stdout]     queries::search_scheduled::tests::it_excludes_succeeded_messages
[INFO] [stdout]     queries::search_scheduled::tests::it_matches_on_partial_payload
[INFO] [stdout]     queries::search_scheduled::tests::it_returns_zero_for_name_mismatch
[INFO] [stdout]     queries::search_scheduled::tests::it_returns_zero_for_payload_mismatch
[INFO] [stdout]     queries::search_scheduled::tests::it_returns_zero_when_empty
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 30 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8be275a6f36536150d5af506a9f89c5d2fd07c7290d4cf16c9ed27e8fde0fdca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8be275a6f36536150d5af506a9f89c5d2fd07c7290d4cf16c9ed27e8fde0fdca", kill_on_drop: false }`
[INFO] [stdout] 8be275a6f36536150d5af506a9f89c5d2fd07c7290d4cf16c9ed27e8fde0fdca
